job-processing control - definition. What is job-processing control
Diclib.com
قاموس ChatGPT
أدخل كلمة أو عبارة بأي لغة 👆
اللغة:

ترجمة وتحليل الكلمات عن طريق الذكاء الاصطناعي ChatGPT

في هذه الصفحة يمكنك الحصول على تحليل مفصل لكلمة أو عبارة باستخدام أفضل تقنيات الذكاء الاصطناعي المتوفرة اليوم:

  • كيف يتم استخدام الكلمة في اللغة
  • تردد الكلمة
  • ما إذا كانت الكلمة تستخدم في كثير من الأحيان في اللغة المنطوقة أو المكتوبة
  • خيارات الترجمة إلى الروسية أو الإسبانية، على التوالي
  • أمثلة على استخدام الكلمة (عدة عبارات مع الترجمة)
  • أصل الكلمة

%ما هو (من)٪ 1 - تعريف

SCRIPTING LANGUAGES USED ON IBM MAINFRAME OPERATING SYSTEMS TO INSTRUCT THE SYSTEM ON HOW TO RUN A BATCH JOB OR START A SUBSYSTEM
Job entry control language; Job control language; JECL; Job statement; Job Control Statements; IBM JCL; Job management language

Job Control Language         
<language, operating system> (JCL) IBM's supremely rude script language, used to control the execution of programs in IBM OS/360's batch systems. JCL has a very fascist syntax, and some versions will, for example, barf if two spaces appear where it expects one. Most programmers confronted with JCL simply copy a working file (or card deck), changing the file names. Someone who actually understands and generates unique JCL is regarded with the mixed respect one gives to someone who memorises the phone book. It is reported that hackers at IBM itself sometimes sing "Who's the breeder of the crud that mangles you and me? I-B-M, J-C-L, M-o-u-s-e" to the tune of the "Mickey Mouse Club" theme to express their opinion of the beast. As with COBOL, JCL is often used as an archetype of ugliness even by those who haven't experienced it. However, no self-respecting mainframe MVS programmer would admit ignorance of JCL. See also fear and loathing. (1999-03-03)
batch processing         
  • NOS]] batch file to get the file STARTRK and output it to the card punch
EXECUTION OF A SERIES OF JOBS WITHOUT MANUAL INTERVENTION
Batch job; Batch mode; Batch Processing; Batch Job; Batch programs; Batch program; Batch-oriented; Batch computing; Batch system; Batch data entry; Job processing cycle; Job Processing Cycle; Batch stream processing; Batchjob; Batching (computer graphics); Batch processor
<programming> A system that takes a set (a "batch") of commands or jobs, executes them and returns the results, all without human intervention. This contrasts with an interactive system where the user's commands and the computer's responses are interleaved during a single run. A batch system typically takes its commands from a disk file (or a set of punched cards or magnetic tape in the old days) and returns the results to a file (or prints them). Often there is a queue of jobs which the system processes as resources become available. Since the advent of the personal computer, the term "batch" has come to mean automating frequently performed tasks that would otherwise be done interactively by storing those commands in a "batch file" or "script". Usually this file is read by some kind of command interpreter but batch processing is sometimes used with GUI-based applications that define script equivalents for menu selections and other mouse actions. Such a recorded sequence of GUI actions is sometimes called a "macro". This may only exist in memory and may not be saved to disk whereas a batch normally implies something stored on disk. (1998-06-26)
Batch processing         
  • NOS]] batch file to get the file STARTRK and output it to the card punch
EXECUTION OF A SERIES OF JOBS WITHOUT MANUAL INTERVENTION
Batch job; Batch mode; Batch Processing; Batch Job; Batch programs; Batch program; Batch-oriented; Batch computing; Batch system; Batch data entry; Job processing cycle; Job Processing Cycle; Batch stream processing; Batchjob; Batching (computer graphics); Batch processor
Computerized batch processing is a method of running software programs called jobs in batches automatically. While users are required to submit the jobs, no other interaction by the user is required to process the batch.

ويكيبيديا

Job Control Language

Job Control Language (JCL) is a name for scripting languages used on IBM mainframe operating systems to instruct the system on how to run a batch job or start a subsystem. The purpose of JCL is to say which programs to run, using which files or devices for input or output, and at times to also indicate under what conditions to skip a step. Parameters in the JCL can also provide accounting information for tracking the resources used by a job as well as which machine the job should run on.

There are two distinct IBM Job Control languages:

  • one for the operating system lineage that begins with DOS/360 and whose latest member is z/VSE; and
  • the other for the lineage from OS/360 to z/OS, the latter now including JES extensions, Job Entry Control Language (JECL).

They share some basic syntax rules and a few basic concepts, but are otherwise very different.

The VM operating system does not have JCL as such; the CP and CMS components each have command languages.